PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableContent Class / addRowWithCells Method
Initial content for the row's cells.
In This Topic
    addRowWithCells Method
    In This Topic
    Adds a new row in the table and creates a string cell for each value in the array.
    Syntax
    public PDFFlowTableRow addRowWithCells( 
       java.lang.Object[] cellContents
    )

    Parameters

    cellContents
    Initial content for the row's cells.

    Return Value

    A PDFFlowTableRow object representing the newly created row.
    See Also